All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class quicktime.qd3d.QD3DException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----quicktime.QTException
                           |
                           +----quicktime.qd3d.QD3DException

public class QD3DException
extends QTException
A General catch all class that is used to signal errors that occur from QT calls


Constructor Index

 o QD3DException(int)
Creates an exception with a specific error number
 o QD3DException(String)
Creates an exception with a message that could contain information that could be displayed to the user.

Method Index

 o checkError(int)
This method will throw an exception if the incoming err argument is a non-zero value.

Constructors

 o QD3DException
 public QD3DException(String str)
Creates an exception with a message that could contain information that could be displayed to the user.

Parameters:
str - The message that could be displayed to the user
 o QD3DException
 public QD3DException(int val)
Creates an exception with a specific error number

Parameters:
val - the error number

Methods

 o checkError
 public static void checkError(int err) throws QD3DException
This method will throw an exception if the incoming err argument is a non-zero value.

Parameters:
err - the result or error code if non-zero an exception is thrown

All Packages  Class Hierarchy  This Package  Previous  Next  Index